Source (dir) Vectors (dir) Rendering (dir) Bezier.lha Notes on generation 3D bezier curves. Clip.lha Clip lines in 2D. Ellipse.lha Fast elipse and circle drawing routines. Triangle.lha Convert any polygon to triangles and render the triangles quickly. ZBuffer.lha Notes on fast z-buffering. VectorSpace (dir) Barycentric.lha Finding the barycentric coords of a ray-triangle intersection. Cordic.lha Cordic vector rotation. Very interseting. PointInPoly.lha Lots of information on methods to determine if a point is in a polygon. PointsInCircle.lha Find the smallest circle to enclose a set of points. PolygonNormal.lha Correctly calculate polygon normals. Sphere.lha Determine a sphere from 4 points in three-space. Mapping (dir) BallMap.lha Newer version of the wrapdemo. Written in asm, much faster. wrapdemo.lha Demo written in C using the OS that maps a bit map onto a sphere. sirds.lha Generate random dot stereograms. TNF (dir) s_intro.lha Source code to the SMAU slide show by Nightfall misc (dir) consume.lha How to install an input handler that consumes all key and mouse movements. contour.lha Calculate Delaunay triangulation. dis.lha Source code to a 68000 disassembler. except.lha An exception handler example. ifs.lha Iterated function system generator. (Cycle pics? -ed) interrupts.lha Notes on Amiga interrupt handling. MSort.lha Fast sort routine. palscreen.s How to open a screen in PAL, if it is possible. (1.3 and 2.0 compatable) printbmap.lha Print bit-maps in asm. StartUpCode (dir) Cache.lha How to flush and shut off the cache. demo.i Include file for demo coders. StartUp.S System friendly startup code. v3.4 wb_startup.i Make your programs Workbench startable. Music (dir) GMod.lha External music player format. From the author of Multiplayer. NotePlayer.lha Well rounded note player. System and hardware versions. pt-fixed.lha Busy wait fixed version of the pt play back routines. Compression (dir) ddjcomp.lha Top six entries in the Dr. Dobb's compression contest. Utilities (dir) FD2AsmInc.lha Convert .fd to .i mon159.lha Machine language monitor. v1.59 tdsdemo.lha Twilight Development System demo. Very nice IDE. tnt373.lzh Replaces software error requesters with debug requester. Text (dir) 68kfaq.lha Frequently asked questions from comp.sys.m68k blitspeed.lha Tips to speed up blitter operations. ExecutionTimes.lha Execution times of all 68000 instructions. HowToCode5.lha How To Code, by Comrade J. Read it! SuggestedReading.txt Suggested reading for all Amiga programmers. Submissions.txt How to submit stuff to future issues of The Source. AssemblingSources.txt How to assemble sources on assemblers other than AsmOne.